home *** CD-ROM | disk | FTP | other *** search
- object JournalNewDateForm: TJournalNewDateForm
- Left = 286
- Top = 178
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'New Past Entry'
- ClientHeight = 100
- ClientWidth = 245
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object DateLabel: TLabel
- Left = 12
- Top = 12
- Width = 127
- Height = 13
- Caption = 'Enter New Past Entry Date'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object DateEdit: TEdit
- Left = 12
- Top = 32
- Width = 201
- Height = 24
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnChange = DateEditChange
- OnEnter = DateEditEnter
- OnExit = DateEditExit
- end
- object DateSpin: TSpinButton
- Left = 216
- Top = 32
- Width = 16
- Height = 25
- DownGlyph.Data = {
- DE000000424DDE00000000000000360000002800000009000000060000000100
- 180000000000A800000000000000000000000000000000000000007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F00FE7F00007F7F007F7F007F7F00
- 7F7F000000007F7F007F7F007F7F00FE7F00007F7F007F7F007F7F0000000000
- 00000000007F7F007F7F00FE7F00007F7F007F7F000000000000000000000000
- 000000007F7F00FE7F00007F7F00000000000000000000000000000000000000
- 000000FE7F00007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FE
- 7F00}
- TabOrder = 1
- UpGlyph.Data = {
- DE000000424DDE00000000000000360000002800000009000000060000000100
- 180000000000A800000000000000000000000000000000000000007F7F007F7F
- 007F7F007F7F007F7F007F7F007F7F007F7F00FE7F02007F7F00000000000000
- 000000000000000000000000000000FE7F80007F7F007F7F0000000000000000
- 00000000000000007F7F00FE7FFF007F7F007F7F007F7F000000000000000000
- 007F7F007F7F00FE7F00007F7F007F7F007F7F007F7F000000007F7F007F7F00
- 7F7F00FE7F00007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FE
- 7F00}
- OnDownClick = DateSpinDownClick
- OnUpClick = DateSpinUpClick
- end
- object OkButton: TButton
- Left = 80
- Top = 68
- Width = 75
- Height = 25
- Caption = 'Ok'
- ModalResult = 1
- TabOrder = 2
- OnClick = OkButtonClick
- end
- object CancelButton: TButton
- Left = 160
- Top = 68
- Width = 75
- Height = 25
- Caption = 'Cancel'
- Default = True
- ModalResult = 2
- TabOrder = 3
- end
- end
-